home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / netbsd / experimental / bin10 / xamiga24.readme < prev    next >
Text File  |  1995-10-22  |  3KB  |  64 lines

  1. Descr:     X11R6 server featuring 1, 8, 16 and 24 bit display. Works with
  2.     Retina, Picasso and most probably Spectrum 
  3.  
  4. Oct 7 1994
  5.  
  6. Xamiga24.gz:   X11R6 server featuring 1, 8, 16 and 24 bit display on
  7.                Retina Z3 board. 1 bit display runs on CC-display, other
  8.                third-party boards should still run fine in 8 bit,  and
  9.                perhaps 16 bit mode.
  10.  
  11. hw-amiga.tar.gz: ddx part, please pardon my lazyness, there are still quite a
  12.                  few copyright notices left mentioning an interesting company
  13.                  called "Amiga Microsystems" ...
  14.  
  15. sys-dev.tar.gz: my current version of relevant files in 
  16.                 /usr/src/sys/arch/amiga/dev.
  17.  
  18.  
  19. Oh, and just to keep that as a reminder for everyone who tries to integrate 
  20. some of the source (mostly kernel code) into a 1.0 (NetBSD current) kernel:
  21.  
  22. ***********************************************************
  23. * ALL THIS CODE WAS WRITTEN ON AND FOR A 0.9 BASED SYSTEM *
  24. ***********************************************************
  25.  
  26. -------------------------------------------------------------------------
  27. If you want to use 24bit mode, you'll *HAVE* to integrate the grf-changes,
  28. as previous versions did only support up to 16 bit video modes.
  29. -------------------------------------------------------------------------
  30.  
  31. The server will probably work on your 1.0 system if you have the
  32. option COMPAT_09 turned on when building it. You'll perhaps have to
  33. specify an explicit font path if you don't have the X11R6 font directories
  34. installed.
  35.  
  36.  
  37. Some features of the server on the Retina Z3:
  38. - Blitter support for text-drawing, moving areas on screen, drawing filled
  39.   objects. No tile/stipple code done yet.
  40. - use of the text-blitting provides amazing speed even in 24bit mode
  41. - 24bit mode is slightly "crippled" in that I had to do a hack to implement
  42.   a faked 32bit padded 24bit format, or xv wouldn't work. Due to this hack
  43.   (the framebuffer uses a different format than what cfb thinks...), I had
  44.   to disable any cfb-code that tries to write directly to the framebuffer,
  45.   and is not yet done directly with the blitter. Most prominent example is
  46.   tile/stipple-operations: they're NOT implemented in 24bit mode! Anyway,
  47.   24bit mode works perfectly fine to use xv to view pictures though :-)
  48. - with the new kernel changes (see grf-stuff above), you should be able to
  49.   specify a videomode to Xamiga24 to use, ie. to go 24bit, I use
  50.  
  51.    xinit -- ./Xamiga24 -mode 21 >err-file 2>&1
  52.  
  53.   for 16 bit, I use
  54.  
  55.    xinit -- ./Xamiga24 -mode 16 >err-file 2>&1
  56.  
  57.   get the available videomodes with "videomode -a". If you don't have 
  58.   videomode, compile it in /usr/src/sys/arch/amiga/stand/videomode.
  59.  
  60.  
  61. GOOD LUCK, may the source be with you :-))
  62.  
  63. -Markus Wild  (mw@eunet.ch)
  64.